home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 September / CHIP NET Rehberi Eylül 1998.iso / tools / dbpage / _setup.1 / DBPage.exe / 0 / RCDATA / TCHECKHTML / TCHECKHTML.txt
Text File  |  1997-05-06  |  1KB  |  60 lines

  1. object CheckHTML: TCheckHTML
  2.   Left = 221
  3.   Top = 262
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Checking HTML Script'
  7.   ClientHeight = 114
  8.   ClientWidth = 332
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnActivate = FormActivate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 1
  19.     Top = 24
  20.     Width = 329
  21.     Height = 20
  22.     Alignment = taCenter
  23.     AutoSize = False
  24.     Caption = 'Checking HTML Script'
  25.     Font.Color = clBlack
  26.     Font.Height = -16
  27.     Font.Name = 'MS Sans Serif'
  28.     Font.Style = [fsBold]
  29.     ParentFont = False
  30.   end
  31.   object Label2: TLabel
  32.     Left = 2
  33.     Top = 48
  34.     Width = 329
  35.     Height = 20
  36.     Alignment = taCenter
  37.     AutoSize = False
  38.     Caption = 'Please Wait...'
  39.     Font.Color = clBlack
  40.     Font.Height = -16
  41.     Font.Name = 'MS Sans Serif'
  42.     Font.Style = [fsBold]
  43.     ParentFont = False
  44.   end
  45.   object BitBtn1: TBitBtn
  46.     Left = 128
  47.     Top = 80
  48.     Width = 75
  49.     Height = 25
  50.     TabOrder = 0
  51.     Kind = bkOK
  52.   end
  53.   object Timer1: TTimer
  54.     Enabled = False
  55.     Interval = 1
  56.     OnTimer = Timer1Timer
  57.     Top = 80
  58.   end
  59. end
  60.